home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / DU.1 < prev    next >
Text File  |  1994-01-16  |  591b  |  24 lines

  1. DU(1)                Danix Utilities                DU(1)
  2.  
  3. NAME
  4.     du - display disk usage
  5.  
  6. SYNOPSIS
  7.     du [-abks] [ -l <levels> ] files ...
  8.  
  9. DESCRIPTION
  10.     du displays the disk usage for the given directories or files.
  11.     Directories in the argument list are recursively searched to
  12.     obtain a total disk usage for the directory tree rooted at the
  13.     given directory.
  14.  
  15.     -a display usage for files as well as directories
  16.  
  17.     -b output usage in bytes
  18.  
  19.     -k output usage in kilobytes
  20.  
  21.     -l output usage for only the given <levels> of recursion.
  22.  
  23.     -s supress the output for subdirectories (equivalent to -l 0)
  24.